Class SavePaidBuyerInput

Description

Paid取引先登録 入力パラメータクラス

Located in /com/gmo_pg/client/input/SavePaidBuyerInput.php (line 11)

BaseInput
   |
   --SavePaidBuyerInput
Method Summary
 SavePaidBuyerInput __construct ([array $params = null])
 string getAddress1 ()
 string getAddress2 ()
 string getAddress3 ()
 integer getAnnualSales ()
 string getAuxName ()
 string getClerkMei ()
 string getClerkMeiKana ()
 string getClerkSei ()
 string getClerkSeiKana ()
 string getClosingDay ()
 string getCompanyName ()
 string getCompanyNameKana ()
 string getDealingBrand ()
 string getEmail ()
 integer getEstablishedMonth ()
 integer getEstablishedYear ()
 string getFax ()
 string getMobileTel ()
 string getPaidBuyerID ()
 string getPaymentMethod ()
 string getPrefecture ()
 string getProfile ()
 bigDecimal getShopCount ()
 string getShopID ()
 string getShopPass ()
 string getTel ()
 string getUrl1 ()
 string getUrl2 ()
 string getUrl3 ()
 string getZipCode ()
 void setAddress1 (string $address1)
 void setAddress2 (string $address2)
 void setAddress3 (string $address3)
 void setAnnualSales (integer $annualSales)
 void setAuxName (string $auxName)
 void setBusinessDetailType (integer $businessDetailType)
 void setClerkMei (string $clerkMei)
 void setClerkMeiKana (string $clerkMeiKana)
 void setClerkSei (string $clerkSei)
 void setClerkSeiKana (string $clerkSeiKana)
 void setClosingDay (string $closingDay)
 void setCompanyName (string $companyName)
 void setCompanyNameKana (string $companyNameKana)
 void setDealingBrand (string $dealingBrand)
 void setEmail (string $email)
 void setEstablishedMonth (integer $establishedMonth)
 void setEstablishedYear (integer $establishedYear)
 void setFax (string $fax)
 void setInputValues (IgnoreCaseMap $params)
 void setMobileTel (string $mobileTel)
 void setPaidBuyerID (string $paidBuyerID)
 void setPaymentMethod (string $paymentMethod)
 void setPrefecture (string $prefecture)
 void setProfile (string $profile)
 void setRepresentativeMei (string $representativeMei)
 void setRepresentativeMeiKana (string $representativeMeiKana)
 void setRepresentativeSei (string $representativeSei)
 void setRepresentativeSeiKana (string $representativeSeiKana)
 void setShopCount (bigDecimal $shopCount)
 void setShopID (string $shopID)
 void setShopPass (string $shopPass)
 void setTel (string $tel)
 void setUrl1 (string $url1)
 void setUrl2 (string $url2)
 void setUrl3 (string $url3)
 void setZipCode (string $zipCode)
 string toString ()
Methods
Constructor __construct (line 160)

コンストラクタ

  • access: public
SavePaidBuyerInput __construct ([array $params = null])
  • array $params: 入力パラメータ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getAddress1 (line 246)

市区町村取得

  • return: 市区町村
  • access: public
string getAddress1 ()
getAddress2 (line 253)

町名・番地取得

  • return: 町名・番地
  • access: public
string getAddress2 ()
getAddress3 (line 260)

ビル・マンション名取得

  • return: ビル・マンション名
  • access: public
string getAddress3 ()
getAnnualSales (line 344)

年商取得

  • return: 年商
  • access: public
integer getAnnualSales ()
getAuxName (line 267)

部署名 / 支店名取得

  • return: 部署名 / 支店名
  • access: public
string getAuxName ()
getBusinessDetailType (line 351)

業種番号取得

  • return: 業種番号
  • access: public
integer getBusinessDetailType ()
getClerkMei (line 281)

担当者名取得

  • return: 担当者名
  • access: public
string getClerkMei ()
getClerkMeiKana (line 295)

担当者名カナ取得

  • return: 担当者名カナ
  • access: public
string getClerkMeiKana ()
getClerkSei (line 274)

担当者姓取得

  • return: 担当者姓
  • access: public
string getClerkSei ()
getClerkSeiKana (line 288)

担当者姓カナ取得

  • return: 担当者姓カナ
  • access: public
string getClerkSeiKana ()
getClosingDay (line 400)

締め日取得

  • return: 締め日
  • access: public
string getClosingDay ()
getCompanyName (line 190)

会社名取得

  • return: 会社名
  • access: public
string getCompanyName ()
getCompanyNameKana (line 197)

会社名カナ取得

  • return: 会社名カナ
  • access: public
string getCompanyNameKana ()
getDealingBrand (line 358)

取り扱いブランド/商品取得

  • return: 取り扱いブランド/商品
  • access: public
string getDealingBrand ()
getEmail (line 323)

メールアドレス取得

  • return: メールアドレス
  • access: public
string getEmail ()
getEstablishedMonth (line 337)

設立年月(月)取得

  • return: 設立年月(月)
  • access: public
integer getEstablishedMonth ()
getEstablishedYear (line 330)

設立年月(年)取得

  • return: 設立年月(年)
  • access: public
integer getEstablishedYear ()
getFax (line 309)

FAX番号取得

  • return: FAX番号
  • access: public
string getFax ()
getMobileTel (line 316)

携帯電話番号取得

  • return: 携帯電話番号
  • access: public
string getMobileTel ()
getPaidBuyerID (line 183)

Paid取引先ID取得

  • return: Paid取引先ID
  • access: public
string getPaidBuyerID ()
getPaymentMethod (line 407)

お支払い方法取得

  • return: お支払い方法
  • access: public
string getPaymentMethod ()
getPrefecture (line 239)

都道府県取得

  • return: 都道府県
  • access: public
string getPrefecture ()
getProfile (line 393)

PR取得

  • return: PR
  • access: public
string getProfile ()
getRepresentativeMei (line 211)

代表者名取得

  • return: 代表者名
  • access: public
string getRepresentativeMei ()
getRepresentativeMeiKana (line 225)

代表社名カナ取得

  • return: 代表社名カナ
  • access: public
string getRepresentativeMeiKana ()
getRepresentativeSei (line 204)

代表者姓取得

  • return: 代表者姓
  • access: public
string getRepresentativeSei ()
getRepresentativeSeiKana (line 218)

代表者姓カナ取得

  • return: 代表者姓カナ
  • access: public
string getRepresentativeSeiKana ()
getShopCount (line 365)

店舗数取得

  • return: 店舗数
  • access: public
bigDecimal getShopCount ()
getShopID (line 169)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getShopPass (line 176)

ショップパスワード取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
getTel (line 302)

電話番号取得

  • return: 電話番号
  • access: public
string getTel ()
getUrl1 (line 372)

URL1取得

  • return: URL1
  • access: public
string getUrl1 ()
getUrl2 (line 379)

URL2取得

  • return: URL2
  • access: public
string getUrl2 ()
getUrl3 (line 386)

URL3取得

  • return: URL3
  • access: public
string getUrl3 ()
getZipCode (line 232)

郵便番号取得

  • return: 郵便番号
  • access: public
string getZipCode ()
setAddress1 (line 504)

市区町村設定

  • access: public
void setAddress1 (string $address1)
  • string $address1
setAddress2 (line 512)

町名・番地設定

  • access: public
void setAddress2 (string $address2)
  • string $address2
setAddress3 (line 520)

ビル・マンション名設定

  • access: public
void setAddress3 (string $address3)
  • string $address3
setAnnualSales (line 616)

年商設定

  • access: public
void setAnnualSales (integer $annualSales)
  • integer $annualSales
setAuxName (line 528)

部署名 / 支店名設定

  • access: public
void setAuxName (string $auxName)
  • string $auxName
setBusinessDetailType (line 624)

業種番号設定

  • access: public
void setBusinessDetailType (integer $businessDetailType)
  • integer $businessDetailType
setClerkMei (line 544)

担当者名設定

  • access: public
void setClerkMei (string $clerkMei)
  • string $clerkMei
setClerkMeiKana (line 560)

担当者名カナ設定

  • access: public
void setClerkMeiKana (string $clerkMeiKana)
  • string $clerkMeiKana
setClerkSei (line 536)

担当者姓設定

  • access: public
void setClerkSei (string $clerkSei)
  • string $clerkSei
setClerkSeiKana (line 552)

担当者姓カナ設定

  • access: public
void setClerkSeiKana (string $clerkSeiKana)
  • string $clerkSeiKana
setClosingDay (line 680)

締め日設定

  • access: public
void setClosingDay (string $closingDay)
  • string $closingDay
setCompanyName (line 440)

会社名設定

  • access: public
void setCompanyName (string $companyName)
  • string $companyName
setCompanyNameKana (line 448)

会社名カナ設定

  • access: public
void setCompanyNameKana (string $companyNameKana)
  • string $companyNameKana
setDealingBrand (line 632)

取り扱いブランド/商品設定

  • access: public
void setDealingBrand (string $dealingBrand)
  • string $dealingBrand
setDefaultValues (line 696)

デフォルト値設定

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setEmail (line 592)

メールアドレス設定

  • access: public
void setEmail (string $email)
  • string $email
setEstablishedMonth (line 608)

設立年月(月)設定

  • access: public
void setEstablishedMonth (integer $establishedMonth)
  • integer $establishedMonth
setEstablishedYear (line 600)

設立年月(年)設定

  • access: public
void setEstablishedYear (integer $establishedYear)
  • integer $establishedYear
setFax (line 576)

FAX番号設定

  • access: public
void setFax (string $fax)
  • string $fax
setInputValues (line 705)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setMobileTel (line 584)

携帯電話番号設定

  • access: public
void setMobileTel (string $mobileTel)
  • string $mobileTel
setPaidBuyerID (line 432)

Paid取引先ID設定

  • access: public
void setPaidBuyerID (string $paidBuyerID)
  • string $paidBuyerID
setPaymentMethod (line 688)

お支払い方法設定

  • access: public
void setPaymentMethod (string $paymentMethod)
  • string $paymentMethod
setPrefecture (line 496)

都道府県設定

  • access: public
void setPrefecture (string $prefecture)
  • string $prefecture
setProfile (line 672)

PR設定

  • access: public
void setProfile (string $profile)
  • string $profile
setRepresentativeMei (line 464)

代表者名設定

  • access: public
void setRepresentativeMei (string $representativeMei)
  • string $representativeMei
setRepresentativeMeiKana (line 480)

代表社名カナ設定

  • access: public
void setRepresentativeMeiKana (string $representativeMeiKana)
  • string $representativeMeiKana
setRepresentativeSei (line 456)

代表者姓設定

  • access: public
void setRepresentativeSei (string $representativeSei)
  • string $representativeSei
setRepresentativeSeiKana (line 472)

代表者姓カナ設定

  • access: public
void setRepresentativeSeiKana (string $representativeSeiKana)
  • string $representativeSeiKana
setShopCount (line 640)

店舗数設定

  • access: public
void setShopCount (bigDecimal $shopCount)
  • bigDecimal $shopCount
setShopID (line 416)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setShopPass (line 424)

ショップパスワード設定

  • access: public
void setShopPass (string $shopPass)
  • string $shopPass
setTel (line 568)

電話番号設定

  • access: public
void setTel (string $tel)
  • string $tel
setUrl1 (line 648)

URL1設定

  • access: public
void setUrl1 (string $url1)
  • string $url1
setUrl2 (line 656)

URL2設定

  • access: public
void setUrl2 (string $url2)
  • string $url2
setUrl3 (line 664)

URL3設定

  • access: public
void setUrl3 (string $url3)
  • string $url3
setZipCode (line 488)

郵便番号設定

  • access: public
void setZipCode (string $zipCode)
  • string $zipCode
toString (line 753)

文字列表現

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 20:00:32 +0900 by phpDocumentor 1.4.3